getOptions

open fun getOptions(): Iterator<out Option>

Gets an iterator over the configuration s for this control.

Options provide a way to customize the behavior or appearance of the control (e.g., scroll speed for a ticker, URL for a web view).

Hotspots generally do not have configurable options in the same way other media-displaying modules might. Therefore, this method returns null.

Return

Always null.